Fix build of commit f23e99b
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 27 Jun 2016 03:53:30 +0000 (11:53 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 27 Jun 2016 03:53:30 +0000 (11:53 +0800)
commitcd44f6d875c0011931a360901c233f79c1bfde10
tree449f7f712c95a1bb6307a4fe518570a6afa4f4ba
parent325fc609311a451686750328a153a7bac1e660e5
Fix build of commit f23e99b

Commit f23e99b made use of snprintf(), which is not universally available.
Fix this by using g_snprintf().
gtk/gtkscale.c
gtk/gtkspinbutton.c